home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / haziran / 19 / setup.exe / data.z / print_struct.h < prev    next >
C/C++ Source or Header  |  2001-04-11  |  194b  |  15 lines

  1. #ifndef _PRINT_STRUCT_H_
  2. #define _PRINT_STRUCT_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. void WD_CARD_print(WD_CARD *pCard, PCHAR pcPrefix);
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.  
  14. #endif
  15.